home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earcd / phase5 / cybergl / changes.txt next >
Text File  |  1997-09-11  |  2KB  |  47 lines

  1.  
  2. - Fixed a typo in the pragmas file for the attachGLWindowTags tagcall
  3.  
  4. Changes for cybergl.library 39.12
  5.  
  6. - recompiled with SAS/C 6.58
  7. - fixed a problem in OpenGLWindow()/cybergl.library for AGA/ECS displays. The
  8.   temporary buffer for WritePixelArray8()/graphics could get too small when
  9.   the window was resized and that could lead to all sorts of trouble as soon
  10.   as the gl object was re-rendered.
  11. - Fixed a minor problem in the rendering code when GLWA_Buffered was enabled.
  12.   The last line of the buffer was never cleared.
  13.  
  14. Changes for cybergl.library 39.11
  15.  
  16. - GLWA_Buffered tag now works for AttachGLWindowTags() call, too.
  17. - if offsets were specified for the gl window, they were net used in all
  18.   rendering cases. Now fixed.
  19. - Fixed a freemem problem in DisposeGLWindow() when AttachGLWindowTags()
  20.   was used
  21.  
  22. Changes for cybergl.library 39.10
  23.  
  24. - GLWA_Buffered tag now works for AttachGLWndToRPTags() call, too.
  25. - fixed a devide by zero problem in the shared color allocation code
  26. - cybergl now uses pool allocation functions of OS 3.0 and above. Make sure you
  27.   have at least SetPatch 40.16 running. It fixes some problems in OS 3.0 pool
  28.   allocation functions.
  29.  
  30. Changes for cybergl.library 39.9
  31.  
  32. - This library needs at least cgx v3 r55 for 24bit output
  33. - added new tag GLWA_Buffered to allow for buffered rendering. All data is
  34.   rendered into a buffer until glFlush() is called.
  35. - fixed mungwall hits in context deallocation code
  36. - fixed a bug in disposeGLWindow
  37. - color sharing code now correctly uses ObtainBestPen() instead of ObtainPen()
  38.  
  39. Changes for cybergl.library 39.8
  40.  
  41. - dithering is now enabled in 15/16 bit modes, too. This gives 24bit quality 
  42.   results in highcolour modes.
  43.  
  44. Chages for cybergl.library 39.7
  45.  
  46. - initial public release
  47.